home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Fight / fightingschool.swf / scripts / frame_242 / DoAction.as
Text File  |  2006-06-09  |  341b  |  31 lines

  1. enecnt = 4;
  2. stepcnt = 40;
  3. with(ene4)
  4. {
  5.    ACTION = true;
  6.    _x = 550;
  7.    _y = 200;
  8.    hp = 30;
  9. }
  10. with(ene5)
  11. {
  12.    ACTION = true;
  13.    _x = -50;
  14.    _y = 200;
  15.    hp = 30;
  16. }
  17. with(ene6)
  18. {
  19.    ACTION = true;
  20.    _x = 580;
  21.    _y = 200;
  22.    hp = 30;
  23. }
  24. with(ene7)
  25. {
  26.    ACTION = true;
  27.    _x = -100;
  28.    _y = 200;
  29.    hp = 30;
  30. }
  31.